variable class造句
例句與造句
- the atomic variable classes can be thought of as a generalization of
原子變量類可以認為是 - while the atomic variable classes might look superficially like the
雖然原子變量類表面看起來與清單1中的 - the addition of the atomic variable classes in java . util . concurrent changes that situation
在java.util.concurrent中添加原子變量類之后,這種情況發(fā)生了變化。 - the atomic variable classes, and other classes in java . util . concurrent, in turn expose these features to user classes
然后,java.util.concurrent中的原子變量類和其他類向用戶類公開這些功能。 - until jdk 5.0, it was not possible to write wait-free, lock-free algorithms in the java language without using native code . with the addition of the atomic variables classes in the
在jdk5.0之前,如果不使用本機代碼,就不能用java語言編寫無等待、無鎖定的算法。 - It's difficult to find variable class in a sentence. 用variable class造句挺難的
- page is the default scope given to all data within your jsp page, and it allows you to use this data within the boundaries specified for local variables class method local variable scope
jsp頁面內(nèi)所有數(shù)據(jù)的默認作用域都是page,它允許您在為局部變量指定的范圍內(nèi)(類/方法/局部變量作用域)使用這種數(shù)據(jù)。 - by exposing new low-level coordination primitives internally, and providing a set of public atomic variable classes, it now becomes practical, for the first time, to develop wait-free, lock-free algorithms in the java language
通過內(nèi)部公開新的低級協(xié)調(diào)原語,和提供一組公共原子變量類,現(xiàn)在用java語言開發(fā)無等待、無鎖定算法首次變?yōu)榭尚?。然后,java.util.concurrent - but in case you re wondering where the performance boost of these classes comes from, compared to their analogues in prior jdks, it s the use of the fine-grained, hardware-level concurrency primitives exposed through the atomic variable classes
但是萬一您想知道對比以前jdk中的相類似的功能,這些類的性能是如何改進的,可以使用通過原子變量類公開的細粒度、硬件級別的并發(fā)原語。 - the atomic variable classes all expose a compare-and-set primitive similar to compare-and-swap, which is implemented using the fastest native construct available on the platform compare-and-swap, load linked store conditional, or, in the worst case, spin locks
所有原子變量類都公開比較并設(shè)置原語(與比較并交換類似),這些原語都是使用平臺上可用的最快本機結(jié)構(gòu)(比較并交換、加載鏈接/條件存儲,最壞的情況下是旋轉(zhuǎn)鎖)來實現(xiàn)的。